Possible unsigned int error.
authorMichael Fulbright <drmike@src.gnome.org>
Tue, 9 Nov 1999 23:35:41 +0000 (23:35 +0000)
committerMichael Fulbright <drmike@src.gnome.org>
Tue, 9 Nov 1999 23:35:41 +0000 (23:35 +0000)
Dr Mike

gdk-pixbuf/io-pnm.c

index 5b10ddca2901b9d0869e32e519ae9f827b4da155..c4d1c5e1676b3f6bfd3383827715bfe2083479c4 100644 (file)
@@ -579,7 +579,7 @@ pnm_read_scanline (PnmLoaderContext *context)
 GdkPixbuf *
 image_load (FILE *f)
 {
-       guint  nbytes;
+       gint  nbytes;
        gint   rc;
 
        PnmLoaderContext context;